home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / gimp / 2.0 / help / en / gimp-using-fileformats-opening.html < prev    next >
Encoding:
Extensible Markup Language  |  2008-05-03  |  10.2 KB  |  222 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4.   <head>
  5.     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  6.     <title>3.¬† Opening Files</title>
  7.     <link rel="stylesheet" href="gimp-help-plain.css" type="text/css" />
  8.     <link rel="stylesheet" href="gimp-help-screen.css" type="text/css" />
  9.     <link rel="stylesheet" href="gimp-help-custom.css" type="text/css" />
  10.     <link rel="alternate stylesheet" href="gimp22.css" type="text/css" title="gimp22" />
  11.     <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
  12.     <link rel="start" href="index.html" title="GNU Image Manipulation Program" />
  13.     <link rel="up" href="gimp-images-in.html" title="Chapter¬†5.¬† Getting Images Into GIMP" />
  14.     <link rel="prev" href="gimp-using-fileformats-creating.html" title="2.¬† Creating new Files" />
  15.     <link rel="next" href="ch05s03s02.html" title="3.2.¬† Open Location" />
  16.   </head>
  17.   <body>
  18.     <div class="navheader">
  19.       <table width="100%" summary="Navigation header">
  20.         <tr>
  21.           <th colspan="3" align="center">3.¬†
  22.     <span lang="en" xml:lang="en">Opening Files</span>
  23.   </th>
  24.         </tr>
  25.         <tr>
  26.           <td width="20%" align="left"><a accesskey="p" href="gimp-using-fileformats-creating.html"><img src="../images/prev.png" alt="Prev" /></a>¬†</td>
  27.           <th width="60%" align="center">Chapter¬†5.¬†
  28.         <span lang="en" xml:lang="en">Getting Images Into GIMP</span>
  29.       </th>
  30.           <td width="20%" align="right">¬†<a accesskey="n" href="ch05s03s02.html"><img src="../images/next.png" alt="Next" /></a></td>
  31.         </tr>
  32.       </table>
  33.       <hr />
  34.     </div>
  35.     <div class="sect1" lang="en" xml:lang="en">
  36.       <div class="titlepage">
  37.         <div>
  38.           <div>
  39.             <h2 class="title" style="clear: both"><a id="gimp-using-fileformats-opening"></a>3.¬†
  40.     <span lang="en" xml:lang="en">Opening Files</span>
  41.   </h2>
  42.           </div>
  43.           <div>
  44.             <div class="revhistory">
  45.               <table border="1" width="100%" summary="Revision history">
  46.                 <tr>
  47.                   <th align="left" valign="top" colspan="3">
  48.                     <b>Revision History</b>
  49.                   </th>
  50.                 </tr>
  51.                 <tr>
  52.                   <td align="left">Revision $Revision: 2405 $</td>
  53.                   <td align="left">2007-03-14</td>
  54.                   <td align="left">lexa</td>
  55.                 </tr>
  56.               </table>
  57.             </div>
  58.           </div>
  59.         </div>
  60.       </div>
  61.       <a id="id2588468" class="indexterm"></a>
  62.       <p>
  63.     There are several ways of opening an existing image in
  64.     <acronym class="acronym">GIMP</acronym>:
  65.   </p>
  66.       <div class="sect2" lang="en" xml:lang="en">
  67.         <div class="titlepage">
  68.           <div>
  69.             <div>
  70.               <h3 class="title"><a id="id2588490"></a>3.1.¬†
  71.       <span lang="en" xml:lang="en">Open File</span>
  72.     </h3>
  73.             </div>
  74.           </div>
  75.         </div>
  76.         <p>
  77.       The most obvious is to open it using a menu, by choosing
  78.       <span class="guimenu">File</span> ‚Üí <span class="guimenuitem">Open</span>
  79.       from either the Toolbox menu or an image menu. This brings up a File
  80.       Chooser dialog, allowing you to navigate to the file and click on its
  81.       name. This method works well if you know the name of the file you want
  82.       to open, and where it is located. It is not so convenient if you want to
  83.       find the file on the basis of a thumbnail.
  84.     </p>
  85.         <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
  86.           <table border="0" summary="Note">
  87.             <tr>
  88.               <td rowspan="2" align="center" valign="top" width="25">
  89.                 <img alt="[Note]" src="../images/note.png" />
  90.               </td>
  91.               <th align="left">Note</th>
  92.             </tr>
  93.             <tr>
  94.               <td align="left" valign="top">
  95.                 <p>
  96.         When you open a file, using the File menu or any other method,
  97.         <acronym class="acronym">GIMP</acronym>
  98.         needs to determine what type of file it is. Unless there is no
  99.         alternative, <acronym class="acronym">GIMP</acronym>
  100.         does not simply rely on the extension (such as ".jpg") to determine the
  101.         file type, because extensions are not reliable: they vary from system to
  102.         system; any file can be renamed to have any extension; and there are
  103.         many reasons why a file name might lack an extension. Instead,
  104.         <acronym class="acronym">GIMP</acronym>
  105.         first tries to recognize a file by examining its contents: most of the
  106.         commonly used graphics file formats have "magic headers" that permit
  107.         them to be recognized. Only if the magic yields no result does
  108.         <acronym class="acronym">GIMP</acronym> resort to using the extension.
  109.       </p>
  110.               </td>
  111.             </tr>
  112.           </table>
  113.         </div>
  114.         <div class="figure">
  115.           <a id="id2588566"></a>
  116.           <p class="title">
  117.             <b>Figure¬†5.4.¬†
  118.         <span lang="en" xml:lang="en">The ‚Äú<span class="quote">File Open</span>‚Äù dialog.</span>
  119.       </b>
  120.           </p>
  121.           <div class="figure-contents">
  122.             <div class="mediaobject">
  123.               <img src="../images/using/file-open-dialog.png" alt="The File Open dialog." />
  124.             </div>
  125.           </div>
  126.         </div>
  127.         <br class="figure-break" />
  128.         <p>
  129.       <acronym class="acronym">GIMP</acronym>
  130.       2.2 introduced a new File Chooser that provides several features to help
  131.       you navigate quickly to the file you are looking for. Perhaps the most
  132.       important is the ability to create ‚Äú<span class="quote">bookmarks</span>‚Äù
  133.       for folders that you use often. Your list of bookmarks appears on the
  134.       left side of the dialog. The ones at the top ( ‚Äú<span class="quote">Home</span>‚Äù,
  135.       ‚Äú<span class="quote">Desktop</span>‚Äù, etc) come automatically; the
  136.       others you create using the ‚Äú<span class="quote">Add</span>‚Äù
  137.       button at the bottom of the list. Double-clicking on a bookmark takes
  138.       you straight to that directory.
  139.     </p>
  140.         <p>
  141.       At the center of the dialog appears a listing of the contents of the
  142.       selected directory. Subdirectories are shown at the top of the list,
  143.       files below them. By default all files in the directory are listed, but
  144.       you can restrict the listing to image files of a specific type using the
  145.       File Type selection menu that appears beneath the directory listing.
  146.     </p>
  147.         <p>
  148.       When you click on a file entry in the listing, if it is an image file, a
  149.       preview will appear on the right side of the dialog, along with some
  150.       basic information about the properties of the image. Note that previews
  151.       are cached when they are generated, and there are some things you can do
  152.       that may cause a preview to be incorrect. If you suspect that this may
  153.       be happening, you can force a new preview to be generated by holding
  154.       down the Ctrl key and clicking in the Preview area.
  155.     </p>
  156.         <p>
  157.       One thing that strikes many people when they first see the File Open
  158.       dialog is that there is no way to enter the name of the file using the
  159.       keyboard. Actually this can be done, but the feature is a bit hidden: if
  160.       you type <span class="keycap"><strong>Ctrl</strong></span>+<span class="keycap"><strong>L</strong></span>
  161.       with the dialog focused, an "Open Location" dialog pops up, with a space
  162.       to type the file name. This dialog is described in more detail below.
  163.     </p>
  164.         <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
  165.           <table border="0" summary="Note">
  166.             <tr>
  167.               <td rowspan="2" align="center" valign="top" width="25">
  168.                 <img alt="[Note]" src="../images/note.png" />
  169.               </td>
  170.               <th align="left">Note</th>
  171.             </tr>
  172.             <tr>
  173.               <td align="left" valign="top">
  174.                 <p>
  175.         In the great majority of cases, if you select a file name from the
  176.         list, and click the ‚Äú<span class="quote">Open</span>‚Äù button in the lower right
  177.         corner or the dialog, <acronym class="acronym">GIMP</acronym> will automatically
  178.         determine the file type for you.  On rare occasions, mainly if the
  179.         file type is unusual and the name lacks a meaningful extension,
  180.         this may fail. If this happens, you can tell
  181.         <acronym class="acronym">GIMP</acronym> specifically what type of file it is by
  182.         expanding the ‚Äú<span class="quote">Select File Typ</span>‚Äù option at the bottom
  183.         of the dialog, and choosing an entry from the list that appears.
  184.         More commonly, though, if <acronym class="acronym">GIMP</acronym> fails to open an
  185.         image file, it is either corrupt or not in a supported format.
  186.       </p>
  187.               </td>
  188.             </tr>
  189.           </table>
  190.         </div>
  191.       </div>
  192.     </div>
  193.     <div class="navfooter">
  194.       <hr />
  195.       <table width="100%" summary="Navigation footer">
  196.         <tr>
  197.           <td width="40%" align="left"><a accesskey="p" href="gimp-using-fileformats-creating.html"><img src="../images/prev.png" alt="Prev" /></a>¬†</td>
  198.           <td width="20%" align="center">
  199.             <a accesskey="u" href="gimp-images-in.html">
  200.               <img src="../images/up.png" alt="Up" />
  201.             </a>
  202.           </td>
  203.           <td width="40%" align="right">¬†<a accesskey="n" href="ch05s03s02.html"><img src="../images/next.png" alt="Next" /></a></td>
  204.         </tr>
  205.         <tr>
  206.           <td width="40%" align="left" valign="top"><a accesskey="p" href="gimp-using-fileformats-creating.html">2.¬†
  207.     <span lang="en" xml:lang="en">Creating new Files</span>
  208.   </a>¬†</td>
  209.           <td width="20%" align="center">
  210.             <a accesskey="h" href="index.html">
  211.               <img src="../images/home.png" alt="Home" />
  212.             </a>
  213.           </td>
  214.           <td width="40%" align="right" valign="top">¬†<a accesskey="n" href="ch05s03s02.html">3.2.¬†
  215.       <span lang="en" xml:lang="en">Open Location</span>
  216.     </a></td>
  217.         </tr>
  218.       </table>
  219.     </div>
  220.   </body>
  221. </html>
  222.